'宣言 Public Function New( _ ByVal values() As System.Single _ )
public ColorF( System.float[] values )
パラメータ
- values
- The values to assign to the red, green, blue, and alpha components of the color. This must be an array with four elements.
'宣言 Public Function New( _ ByVal values() As System.Single _ )
public ColorF( System.float[] values )
例外 | 解説 |
---|---|
System.ArgumentNullException | Thrown when
valuesis
null . |
System.ArgumentOutOfRangeException | Thrown when valuescontains more or less than four elements. |